Problem:
 a(x1) -> b(x1)
 a(c(x1)) -> b(c(c(a(x1))))
 c(b(b(x1))) -> a(x1)

Proof:
 Bounds Processor:
  bound: 2
  enrichment: match
  automaton:
   final states: {3,2}
   transitions:
    a1(8) -> 9*
    b1(6) -> 7*
    b2(14) -> 15*
    a0(1) -> 2*
    b0(1) -> 1*
    c0(1) -> 3*
    1 -> 8,6
    7 -> 2*
    8 -> 14*
    9 -> 3*
    15 -> 9,3
  problem:
   
  Qed